adTempus API
PreviousUpNext
IEventLogMonitor::Sources Property

Gets a collection specifying the event sources the trigger should consider.

C++
__property IStringVector** Sources;
C#
IStringVector** Sources;
Visual Basic
Property Sources() As IStringVector**

If Sources is empty, the trigger examines events without regard to their source. To select only events from one or more sources, add those sources to the Sources collection.

Add the event source's name (as it is registered in the Registry) to the collection. The name can be obtained from the EventSource object for the source.

adTempus API Reference version 3.0.0.0, revised 10/30/2008